home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKit / Palettes / MiscDragViews / Makefile.preamble < prev    next >
Encoding:
Makefile  |  1994-12-15  |  602 b   |  19 lines

  1. #    MiscDragViews Makefile.preamble
  2. #    basically lifted from MiscClockView which was
  3. #     basically lifted from a mini-example (TTools, I would guess)
  4. #    this is 3.1 specific, and will enable the building of FAT palletes!
  5.  
  6. OTHER_PRODUCT_DEPENDS = libMiscDragViews.a
  7.  
  8. LIBOFILES    =MiscViews.subproj/MiscIconWell.o \
  9.              MiscViews.subproj/MiscImageDragView.o \
  10.              MiscViews.subproj/MiscDragView.o \
  11.              MiscViews.subproj/MiscDragView-Delegate.o \
  12.              MiscViews.subproj/MiscDragView-BackwardCompat.o 
  13.  
  14. OTHER_GARBAGE = libMiscDragViews.a
  15.  
  16. OTHER_CFLAGS = -IMiscViews.subproj
  17.  
  18. INSTALLDIR = /LocalDeveloper/Palettes
  19.